home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_207.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  242 b   |  11 lines

  1. on gotomynetpage linkname
  2.   global muzversion
  3.   set the text of field "netlinkfield" to linkname
  4.   if muzversion = 0 then
  5.     gotoNetPage(linkname)
  6.     jump("webjump", the frame - 1)
  7.   else
  8.     jump("webjump_muz", the frame - 1)
  9.   end if
  10. end
  11.